body {
	margin: o;
	padding: 0;
}

.Login_User {
	position: absolute;
	background: black;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	border-radius: 10px;
	
}
.Login_User h1 {
	font-size: 22px;
	margin-bottom: 20px;
}
.controls {
	width: 90%;
	background: white;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 16px;
	border: 1px solid green;
	font-size: 10px;
}
.Recordar {
	text-align: center;
	margin-bottom: 16px;
	font-size: 10px;
}
.Recordar a:hover {
	color: white;
	text-decoration: underline;
}
